update appveyor cache directory
authorJoey Hess <joeyh@joeyh.name>
Thu, 30 Jan 2025 19:02:59 +0000 (15:02 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 30 Jan 2025 19:02:59 +0000 (15:02 -0400)
With old:

Cache entry not found: C:\projects\git-annex\Users\appveyor\.stack

I think fixing this will result in caching preventing a full rebuild of
git-annex each time.

.appveyor.yml

index 2525c111675c09cc269b4d35c43926f8463e9e6f..b2a518e91798584d2774b6d48998388658daab9c 100644 (file)
@@ -73,7 +73,7 @@ skip_commits:
 cache:
    - C:\sr -> stack.yaml
    - C:\Users\appveyor\AppData\Local\Programs\stack -> stack.yaml
-   - /Users/appveyor/.stack -> stack.yaml
+   - C:\projects\git-annex\.stack-work -> stack.yaml
 
 # turn of support for MS project build support (not needed)
 build: off